home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / emxinfo.zip / DIR < prev    next >
Text File  |  1992-03-18  |  3KB  |  65 lines

  1. -*- Text -*-
  2. This is the file /emx/info/dir, which contains the topmost node of the
  3. Info hierarchy.  The first time you invoke Info you start off
  4. looking at that node, which is (dir)Top.
  5. 
  6. File: dir    Node: Top    This is the top of the INFO tree
  7.  
  8.   This (the Directory node) gives a menu of major topics.
  9.   Typing <Ctrl-Home> returns here, <Escape> exits, <F1> lists all 
  10.   INFO commands, "h" gives a primer for first-timers, "mcpp<Enter>" 
  11.   visits cpp topic, etc.
  12.   
  13.   --- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) ---
  14.  
  15. * Menu: The list of major topics begins on the next line.
  16.  
  17. * info: (info.info).     Documentation browsing system.
  18. * cpp: (cpp.info).       GNU C preprocessor.
  19. * gcc: (gcc.info).       GNU C compiler.
  20. * gdb: (gdb.info).       GNU debugger.
  21. * make: (make.info).     GNU make replacement.
  22. 
  23. File: dir    Node: HelpKeys            *** INFO Command Keys ***
  24.  
  25. Returning to where you were:
  26. ----------------------------
  27. Backspace        Back up to the last node you were at. (or 'l')
  28.  
  29. Using the tutorial:
  30. -------------------
  31. h                Invoke the Info tutorial.
  32.  
  33. Moving within a node:
  34. ---------------------
  35. Home             Go to the start of this node.
  36. Page Up          Scroll up one page.
  37. Page Down        Scroll down one page.
  38. End              Go to the end of this node.
  39.  
  40. Selecting other nodes:
  41. ----------------------
  42. Right Arrow      Move to the "next" node of this node. (or 'n')
  43. Left Arrow       Move to the "previous" node of this node. (or 'p')
  44. Ctrl Up Arrow    Move "up" from this node. (or 'u')
  45. Up Arrow         Highlight previous menu subtopic.
  46. Down Arrow       Highlight next menu subtopic.
  47. Enter            Pick the highlighted menu item.
  48. m                Pick menu item specified by name.
  49.                  Picking a menu item causes another node to be selected.
  50. f                Follow a cross reference.  Reads name of reference.
  51. Backspace        Back up to the last node you were at. (or 'l')
  52. Ctrl Home        Move to the `directory' node. (or 'd')  
  53.                  Equivalent to `gDIR'.
  54.  
  55. Advanced commands:
  56. ------------------
  57. Escape           Quit Info. (or 'q' or 'x')
  58. 1                Pick first item in node's menu.
  59. 2 - 5            Pick second ... fifth item in node's menu.
  60. g                Move to node specified by name.
  61.                  You may include a filename as well, as (FILENAME)NODENAME.
  62. s                Search through this Info file for a specified string,
  63.                  and select the node in which the next occurrence is found.
  64. Ctrl-p           Print the contents of this node.
  65.